home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 18 / Developer Source Volume 18 (I-MODE Publications, Inc.)(2000).iso / visua / feb98 / lestf111.gif < prev    next >
Graphics Interchange Format  |  1998-06-08  |  19KB  |  322x531  |  4-bit (4 colors)
Labels: text | screenshot | font | number | parallel | black and white
OCR: Method Description AppendChunk Inserts large chunks of dota into a column, ColumnSize Returns the number of bytes in a: column of type LONGVARBINARY or LONGVARCHAR getAllowZeroLength Returns true if the column allows zero-length strings. gelAttributes Indicates the type of column. GetChunk Retrieves a specified number of bytes from a column of LONGVARBINARY or LONGVARCHAR. getChunkRequired Returns true if you need to use GelChunk to access the data. getName Returns the column nome getOrdinalPosition Returns the position of the column in the Columns collection, getRequired Returns true if a non-NULL value is required. gelSize Returns the maximum length, in bytes, of the column (unless it requires GelChunk, which returns 0 on those columns); gelSourceColumn Returns the name of the original source of the data for the rdaColumn object. getSourceTable Returns the name of the original table from which the column came; getType Returns the data type of the column. GetUpdotoble Returns true if the column is updateable, false otherwise. getvalue Returns the contents of the current column. pulValue Places a value into a column in the current row Figure 11: The methods of the rdoColumn object.